home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1246 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: ns.cs.hku.hk!sdlee
  2. From: sdlee@cs.hku.hk (Lee Sau Dan ~{@nJX6X~})
  3. Newsgroups: hku.open-forum,hku.cc.forum,hk.comp.pc,comp.lang.c++,comp.lang.pascal.misc
  4. Subject: Re: Is Pascal worth to learn? Can it help me to get a job?
  5. Date: 10 Jan 1996 02:19:44 GMT
  6. Organization: Computer Science Dept, University of Hong Kong
  7. Message-ID: <SDLEE.96Jan10101944@champion.cs.hku.hk>
  8. References: <30f2adf8.7810115@news.hku.hk>
  9. NNTP-Posting-Host: champion.cs.hku.hk
  10. In-reply-to: h9515668@hkusua.hku.hk's message of Tue, 9 Jan 1996 18:23:15 GMT
  11.  
  12. In article <30f2adf8.7810115@news.hku.hk> h9515668@hkusua.hku.hk writes:
  13.  
  14.  
  15.     >>    Is it worth to learn Pascal?
  16.  
  17. Yes, it's worth to learn.  Pascal is a highly structured language.  It
  18. helps you to think systematically and design your programs structurally.
  19.  
  20.  
  21.     >>    Or to learn C++ privately?
  22.  
  23. You may, if you're interested.  However, C++ is quite messy, IMO.
  24. You'd better first learn C.  If you know Pascal, it won't be too
  25. difficult to learn C.
  26.  
  27. The problem of C++ is that there is still no standard libraries.  C++
  28. has got many features that not all compilers support.  One feature may
  29. be supported by one compiler but not another.  The proposed STL
  30. (Standard Template Library) is a good example.  It uses templates so
  31. aggressively that many compilers still cannot support it cleanly.
  32.  
  33.  
  34.     >>    Can Pascal help me to find a job of programming after
  35.     >> graduated or is it just for own interest and fun?
  36.  
  37. I don't think so.  Neither is C helpful unless you're finding a job that
  38. involves writing operating systems or system programs.  C++ may be better
  39. but it seems that COBOL, dBASE, Clipper, and those application-oriented
  40. languages are more useful.
  41.  
  42.  
  43. --
  44. Lee Sau Dan
  45.  
  46. -------------------------------------------------------------------------------
  47. URL: http://www.cs.hku.hk/~sdlee
  48. e-mail: sdlee@cs.hku.hk
  49.